I last studied Minizinc nearly a decade ago, and during that time I vaguely recall there being a handbook with various problems and solutions in Minizinc. I can barely recall what it was, I only played with Minizinc during the Coursera course and haven't touched it at all for a decade after that, but now I have good use for it, and I am trying to recall what that was.
At any rate, I have a bin packing type of problem - allocating LLM models needing N number of GPUs to cluster machines that each have a K number of GPUs, and I want to model it in Minizinc. I just finished reading the tutorial to refresh my memory, and wondering where to go next?